home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRINSPFORM / TFRINSPFORM.txt
Text File  |  2002-03-27  |  3KB  |  117 lines

  1. object frInspForm: TfrInspForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsSizeToolWin
  5.   AutoScroll = False
  6.   Caption = 'Object inspector'
  7.   ClientHeight = 208
  8.   ClientWidth = 132
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object CB1: TComboBox
  23.     Left = 0
  24.     Top = 2
  25.     Width = 127
  26.     Height = 21
  27.     Style = csOwnerDrawFixed
  28.     ItemHeight = 15
  29.     Sorted = True
  30.     TabOrder = 0
  31.     OnClick = CB1Click
  32.     OnDrawItem = CB1DrawItem
  33.     OnDropDown = CB1DropDown
  34.   end
  35.   object Box: TScrollBox
  36.     Left = 0
  37.     Top = 28
  38.     Width = 127
  39.     Height = 177
  40.     HorzScrollBar.Visible = False
  41.     TabOrder = 1
  42.     object PaintBox1: TPaintBox
  43.       Left = 0
  44.       Top = 0
  45.       Width = 123
  46.       Height = 173
  47.       Align = alClient
  48.       OnMouseDown = PaintBox1MouseDown
  49.       OnMouseMove = PaintBox1MouseMove
  50.       OnMouseUp = PaintBox1MouseUp
  51.       OnPaint = PaintBox1Paint
  52.     end
  53.     object Edit1: TEdit
  54.       Left = 12
  55.       Top = 56
  56.       Width = 86
  57.       Height = 14
  58.       BorderStyle = bsNone
  59.       TabOrder = 0
  60.       Text = 'Edit1'
  61.       Visible = False
  62.       OnDblClick = Edit1DblClick
  63.       OnKeyDown = Edit1KeyDown
  64.       OnKeyPress = Edit1KeyPress
  65.       OnMouseDown = Edit1MouseDown
  66.     end
  67.     object EditPanel: TPanel
  68.       Left = 60
  69.       Top = 88
  70.       Width = 14
  71.       Height = 14
  72.       Caption = 'EditPanel'
  73.       TabOrder = 1
  74.       object EditBtn: TfrSpeedButton
  75.         Left = 0
  76.         Top = 0
  77.         Width = 14
  78.         Height = 14
  79.         Glyph.Data = {
  80.           96000000424D960000000000000076000000280000000A000000040000000100
  81.           04000000000020000000CE0E0000C40E00001000000000000000000000000000
  82.           80000080000000808000800000008000800080800000C0C0C000808080000000
  83.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  84.           0000700700700700000070070070070000007777777777000000}
  85.         GrayedInactive = False
  86.         Margin = 1
  87.         OnClick = EditBtnClick
  88.       end
  89.     end
  90.     object ComboPanel: TPanel
  91.       Left = 84
  92.       Top = 88
  93.       Width = 14
  94.       Height = 14
  95.       Caption = 'ComboPanel'
  96.       TabOrder = 2
  97.       object ComboBtn: TfrSpeedButton
  98.         Left = 0
  99.         Top = 0
  100.         Width = 14
  101.         Height = 14
  102.         Glyph.Data = {
  103.           C6000000424DC60000000000000076000000280000000A0000000A0000000100
  104.           0400000000005000000000000000000000001000000000000000000000000000
  105.           80000080000000808000800000008000800080800000C0C0C000808080000000
  106.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  107.           0000777777777700000077777777770000007777077777000000777000777700
  108.           0000770000077700000070000000770000007777777777000000777777777700
  109.           00007777777777000000}
  110.         GrayedInactive = False
  111.         Margin = 1
  112.         OnClick = ComboBtnClick
  113.       end
  114.     end
  115.   end
  116. end
  117.